home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-12 | 473 b | 27 lines | [TEXT/PJMM] |
- unit MultiSkelglobals;
-
- interface
- {$IFC UNDEFINED THINK_PASCAL}
- uses
- Memtypes, Quickdraw, OSIntf, ToolIntf, PackIntf;
- {$ENDC}
-
- { Resource Numbers }
-
- const
- aboutAlrt = 1000;
- getInfoDlog = 1001;
- fileMenuRes = 1001;
- editMenuRes = 1002;
- helpWindRes = 1000;
- editWindRes = 1001;
- zoomWindRes = 1002;
- rgnWindRes = 1003;
- helpTextRes = 1000;
-
- var
- editMenu: MenuHandle;
- helpWind, editWind, zoomWind, rgnWind: WindowPtr;
- dummy: Boolean;
- implementation
- end.